html, body{
	width: 100%;
	height: 100%;
	background: url(../images/web_bk.jpg);
	margin:0;
	padding:0;
}
.main{
	width: 100%;
	min-width: 1060px;
	width: expression_r(document.body.clientWidth < 1060? "1060px": "100%" );
	margin: 0 auto;
	position: relative;
}
/*头部*/
.header_box{
	width: 100%;
	height: 125px;
}
.header{
	background:#83000a url(../images/header.jpg) center bottom no-repeat;
	height: 125px;
	position: absolute;
	z-index: 1000;
	top:0;
}
.header .header_line{
	height: 8px;
	width: 100%;
	background: url(../images/header_line.png) top repeat-x;
	overflow:hidden;
	padding:0;
	margin:0;
}
.header_menu{
	display: block;
	width: 1000px;
	height: 103px;
	margin: 7px auto;
	position: relative;
}
.header_top{
	width: 105px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 50;
}
.header_top a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/header_top.png) 0 0 no-repeat;
	float: left;
	margin-left: 15px;
	position: relative;
}
.header_top a.inc1{
	background-position:0 0 ;
}
.header_top a.inc2{
	background-position:-20px 0 ;
}
.header_top a.inc3{
	background-position:-40px 0 ;
}
.header_top a p{
	display: none;
	width: 100px;
	background: url(../images/header_ewm_inc.gif) center top no-repeat;
	padding-top: 5px;
	position: absolute;
	top: 20px;
	left: -40px;
	z-index: 1;
}
.header_top a p img{
	width: 100px;
}
/*主导航*/
.header_menu .logo{
	position: absolute;
	top: 8px;
}
.header_menu .menu{
	position: absolute;
	top: 5px;
}
.header_menu .menu1{
	left: 199px;
	z-index: 4;
}
.header_menu .menu2{
	left: 254px;
	z-index: 5;
}
.header_menu .menu3{
	left: 309px;
	z-index: 6;
}
.header_menu .logo{
	top: 15px;
	left: 375px;
	z-index: 10;
}
.header_menu .menu4{
	left: 675px;
	z-index: 1;
}
.header_menu .menu5{
	left: 730px;
	z-index: 2;
}
.header_menu .menu6{
	left: 785px;
	z-index: 3;
}
.header_menu .menu a, .header_menu .menu a:link, .header_menu .menu a:visited, .header_menu .menu a:active {
	color:#FFFFFF;
	font-size: 16px;
	text-decoration:none
}
.header_menu .menu a:hover {
	color:#ffc744;
	text-decoration:none
}
.header_menu .menu .menubox {
	display: block;
	width: 16px;
	font-size: 16px;
	line-height:20px;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}
.header_menu .menu .menubox h6{
	display: block;
	width: 15px;
	height: 103px;
	overflow: hidden;
	position: absolute;
	top:0;
	z-index: 1;
}
.header_menu .menu .menubox h6 b{
	display: block;
	width: 15px;
	height: 103px;
	text-indent: -1000px;
	overflow: hidden;
}
.header_menu .menu1 .menubox h6{
	left: -15px;
}
.header_menu .menu1 .menubox h6 b{
	background: url(../images/menu_inc1.png) left top no-repeat;
}
.header_menu .menu2 .menubox h6{
	left: -15px;
}
.header_menu .menu2 .menubox h6 b{
	background: url(../images/menu_inc2.png) left top no-repeat;
}
.header_menu .menu3 .menubox h6{
	left: -15px;
}
.header_menu .menu3 .menubox h6 b{
	background: url(../images/menu_inc3.png) left top no-repeat;
}
.header_menu .menu4 .menubox h6{
	right: -15px;
}
.header_menu .menu4 .menubox h6 b{
	background: url(../images/menu_inc4.png) right top no-repeat;
}
.header_menu .menu5 .menubox h6{
	right: -15px;
}
.header_menu .menu5 .menubox h6 b{
	background: url(../images/menu_inc5.png) right top no-repeat;
}
.header_menu .menu6 .menubox h6{
	right: -15px;
}
.header_menu .menu6 .menubox h6 b{
	background: url(../images/menu_inc6.png) right top no-repeat;
}
.header_menu .menu .menubox h6.over{
	background: none;
}
.header_menu .menu .menubox em{
	display: none;
	width: 29px;
	height: 14px;
	background: url(../images/menu_inc.png) 0 0 no-repeat;
	overflow: hidden;
	position: absolute;
	bottom: -18px;
	left: -7px;
	z-index: 1;
}
.header_menu .menu .over {
	color:#ffc744;
}
.header_menu .menu1 .menubox ul{
	display: none;
	width: 130px;
	height: 103px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 18px;
	z-index: 2;
}
.header_menu .menu1 .menubox ul li{
	float: right;
	width: 18px;
	height: 103px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}
.header_menu .menu3 .menubox .box{
	display: none;
	width: 510px;
	height: 103px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 2;
}
.header_menu .menu3 .menubox ul{
	display: block;
	width: 1020px;
	height: 103px;
}
.header_menu .menu3 .menubox ul li{
	float: right;
	width: 18px;
	height: 103px;
	word-break:break-all;/*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}
.header_menu .menu3 .menubox .back{
	display: none;
	width: 55px;
	height: 103px;
	font-family: ”\5b8b\4f53″,"宋体";
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -580px;
	top: 0;
}
.header_menu .menu4 .menubox ul{
	display: none;
	width: 62px;
	height: 103px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 18px;
	z-index: 2;
}
.header_menu .menu4 .menubox ul li{
	float: left;
	width: 18px;
	height: 103px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}
.header_menu .menu6 .menubox ul{
	display: none;
	width: 93px;
	height: 103px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 18px;
	z-index: 2;
}
.header_menu .menu6 .menubox ul li{
	float: left;
	width: 18px;
	height: 103px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}
.header_menu .menu .menubox ul li a, .header_menu .menu .menubox ul li a:link, .header_menu .menu .menubox ul li a:visited, .header_menu .menu .menubox ul li a:active {
	display: block;
	width: 100%;
	padding: 3px 0;
	color:#c5c5c5;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	text-decoration:none;
	margin: 0 auto;
}
.header_menu .menu .menubox ul li a:hover {
	color:#FFFFFF;
	background: #000000;
	background: rgba(0,0,0,0.5);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
	text-decoration:none
}
.owl-index .owl-item{
	width: 100%;
	overflow: hidden;
}
.owl-index .item{
	width: 100%;
	overflow: hidden;
}
.owl-index .owl-item img{
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
/*底部*/
.floor {
	background:#83000a url(../images/floor_bk.jpg) center bottom;
	height: 27px;
	overflow: hidden;
}
.floor ul{
	width: 1000px;
	margin: 0 auto;
}
.floor ul li{
	font-size: 12px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	color: #000000;
	line-height: 27px;
}
.floor ul li.support{
	float: right;
}
.floor ul li a, .floor ul li a:link, .floor ul li a:visited, .floor ul li a:active{
	color: #000000;
	text-decoration: none;
}
.floor ul li a:hover {
	color:#000000;
	text-decoration:underline
}
/*首页*/
.index_bk{
	background: url(../images/web_bk_wz.jpg) center bottom repeat;
}
.index{
	width: 1000px;
	height: 395px;
	margin: 0 auto;
}
.index_case{
	width: 300px;
	height: 335px;
	float: left;
	margin-top: 60px;
}
.index_case h4{
	display: block;
	height: 35px;
	font-size: 20px;
	color: #96000b;
}
.index_case h4 em{
	font-size: 12px;
	color: #221815;
	padding-left: 5px;
	font-style: normal;
	text-transform: uppercase;
}
.owl-case{
	background: url(../images/yu1.png) right bottom no-repeat;
}
.owl-case, .owl-case .item{
	width: 300px;
	height: 300px;
}
#owl-case .owl-controls{
	width:100%;
	text-align: center;
	margin-top: -360px;
	position:absolute;
	right: 0;
	z-index:1;
}
#owl-case .owl-controls .owl-page{
	float: right;
}
#owl-case .owl-controls .owl-page span{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 5px 3px;
	background: url(../images/index_case_bt.png) 0 0 no-repeat;
}
#owl-case .owl-controls .owl-page.active span,
#owl-case .owl-controls.clickable .owl-page:hover span{
	background: url(../images/index_case_bt.png) -14px 0 no-repeat;
}
.owl-case .item p{
	font-size: 12px;
	color: #848484;
	text-transform: uppercase;
}
.owl-case .item p.case_title{
	font-size: 18px;
	color: #221815;
	padding: 5px 0 0 0;
}
.owl-case .item p b{
	position: relative;
}
.owl-case .item p b em{
	display: block;
	width: 19px;
	height: 22px;
	background: url(../images/index_case_inc.png);
	overflow: hidden;
	position: absolute;
	bottom: 3px;
	right: -25px;
}
.index_line1{
	width: 25px;
	height: 233px;
	float: left;
	margin-top: 65px;
	background: url(../images/index_line.gif) right center repeat-y;
}
.index_line2{
	width: 20px;
	height: 233px;
	float: left;
	margin-top: 65px;
	background: url(../images/index_line.gif) left center repeat-y;
}
.index_pro{
	width: 375px;
	height: 347px;
	float: left;
	margin-top: 48px;
}
.index_pro h4{
	display: block;
	height: 46px;
	font-size: 20px;
	line-height: 32px;
	color: #000;
	font-weight:100;
	letter-spacing: 7px;
	text-indent: 5px;
	background: url(../images/index_pro_tbk.png) left top no-repeat;
	margin-left: 20px;
}
.index_pro h4 em{
    display: block;
    float: right;
    margin-right: 210px;
    margin-top: 8px;
	font-size: 12px;
	color: #221815;
	padding-left: 5px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
.index_pro ul{
	width: 375px;
	height: 180px;
}
.index_pro ul li{
	width: 125px;
	float: left;
	text-align: center;
}
.index_pro ul li a.imgPro{
	display: block;
	width: 125px;
	height: 140px;
	margin: 0 auto;
	width: 125px;
}
.index_pro ul li a.imgPro img{
	width:125px;
	margin-top:20px;
	}
.index_pro ul li a.titlePro{
	display: block;
	width: 80px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	border: #000000 1px solid;
	padding: 5px 0;
	margin: 0 auto;
	margin-top: 3px;
	text-decoration: none;
	overflow: hidden;
}
.index_pro p{
	padding: 0 24px;
	height: 25px;
	line-height: 35px;
	color: #7e7e7e;
	overflow: hidden;
}
.index_pro a.more{
	display: block;
	margin-left: 24px;
	margin-top: 18px;
	color: #848484;
	font-size: 14px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.index_pro a.more:hover{
	color: #000000;
}
.index_about{
	width: 278px;
	height: 335px;
	float: left;
	margin-top: 60px;
	background: url(../images/yu2.png) right bottom no-repeat;
}
.index_about h4{
	display: block;
	height: 35px;
	font-size: 20px;
	color: #96000b;
}
.index_about h4 em{
	font-size: 12px;
	color: #221815;
	padding-left: 5px;
	font-style: normal;
	text-transform: uppercase;
}
.index_about p{
	height: 205px;
	color: #535353;
	line-height: 26px;
	font-size: 14px;
}
.index_about a.more{
	display: block;
	margin-top: 18px;
	color: #848484;
	font-size: 14px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.index_about a.more:hover{
	color: #000000;
}
/*关于我们*/
.about_title{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.about_title .pic{
	width: 648px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.about_title h1{
	display: block;
	width: 250px;
	font-size: 30px;
	color: #000000;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_title h1 p{
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}
.about_title h1 span{
	display: block;
	position: absolute;
	top: 1px;
}
.about_title h1 span.left{
	left: 18px;
	top:4px;
}
.about_title h1 span.right{
	right: 18px;
	top:4px;
}
.about_txt{
	width: 1000px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 1.8em;
	padding-bottom: 2em;
	margin: 0 auto;
	overflow: hidden;
}
.about_txt p{
	text-align: left;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 1.8em;
	padding-bottom: 2em;
}
.about_pic{
	width: 1000px;
	height: 434px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}
.about_pic ul{
	width: 1000px;
	height: 434px;
	overflow: hidden;
	position: relative;
}
.about_pic ul li{
	position:absolute;
	width: 640px;
	height: 434px;
	overflow: hidden;
	left: 0;
	top: 0;
	background: #000000;
	z-index: 1;
}
.about_pic ul li a{
	display: block;
	width: 640px;
	height: 434px;
	position: relative;
}
.about_pic ul li a em{
	display: none;
	width: 100%;
	height: 640px;
	position:absolute;
	background: #000000;
	left: 0;
	top: 0;
	filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;  
}
.about_pic ul li a{
	display: block;
}
/*品牌荣誉*/
.honor_title{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.honor_title h1{
	display: block;
	width: 250px;
	height: 38px;
	font-size: 38px;
	color: #96000b;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
}
.honor_title h1 span{
	display: block;
	width: 29px;
	height: 29px;
	position: absolute;
}
.honor_title h1 span.left{
	top: 0;
	left: 10px;
}
.honor_title h1 span.right{
	right: 10px;
	bottom: 10px;
}
.honor_title p{
	font-size: 14px;
	color: #ffc744;
	text-transform: uppercase;
}
.honor_pic{
	display: block;
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}
.honor_pic ul li{
	display: block;
	width: 0;
	height: 0;
	position: relative;
	position: absolute;
	left: 500px;
	top: 0;
	z-index: 0;
}
.honor_pic ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: #FFFFFF;
	border: #d9d9d9 1px solid;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
}
.honor_pic ul li div{
	display: none;
	width: 500px;
	height: 100px;
	margin-left: -56px;
	margin-top: 30px;
	text-align: center;
}
.honor_pic ul li div p{
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	line-height: 24px;
}
.honor_pic ul li img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.honor_pic .prev, .honor_pic .next{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 90px;
	cursor: pointer;
}
.honor_pic .prev{
	left: -30px;
}
.honor_pic .next{
	right: -30px;
}
/*产品基地*/
.base_title{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.base_title h1{
	display: block;
	width: 190px;
	height: 38px;
	font-size: 38px;
	color: #96000b;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
}
.base_title h1 span{
	display: block;
	/*width: 29px;
	height: 29px;*/
	position: absolute;
}
.base_title h1 span.left{
	top: 0;
	left: 15px;
}
.base_title h1 span.right{
	right: 15px;
	top: 0px;
}
.base_title p{
	font-size: 14px;
	color: #ffc744;
	text-transform: uppercase;
}
.base_pic{
	width: 1000px;
	height: 434px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}
.base_pic ul{
	width: 1000px;
	height: 434px;
	overflow: hidden;
	position: relative;
}
.base_pic ul li{
	position:absolute;
	width: 640px;
	height: 434px;
	overflow: hidden;
	left: 0;
	top: 0;
	background: #000000;
	z-index: 1;
}
.base_pic ul li a{
	display: block;
	width: 640px;
	height: 434px;
	position: relative;
}
.base_pic ul li a em{
	display: none;
	width: 100%;
	height: 640px;
	position:absolute;
	background: #000000;
	left: 0;
	top: 0;
	filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    -khtml-opacity: 0.5;  
    opacity: 0.5;  
}
.base_pic ul li a{
	display: block;
}
.base{
	width: 100%;
	height: 484px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.base .prev, .base .next{
	display: block;
	width: 53px;
	height: 190px;
	position: absolute;
	top: 122px;
	cursor: pointer;
	z-index: 10;
}
.base .prev{
	left: 0;
}
.base .next{
	right: 0;
}
.process{
	width: 1000px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 1.8em;
	padding-bottom: 2em;
	margin: 0 auto;
	overflow: hidden;
}
.process p{
	text-align: left;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 1.8em;
	padding-bottom: 2em;
}
/*新闻资讯*/
.news{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.news .hot{
	float: right;
	width: 295px;
}
.news .list{
	float: left;
	width: 670px;
	overflow: hidden;
}
.news .list h1{
	color: #96000b;
	font-size: 42px;
	font-family:"Times New Roman",Georgia;
	font-weight: normal;
}
.news .list ul{
	width: 100%;
	background: url(../images/news_list_line.jpg) 0 0 no-repeat;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 30px;
	cursor: pointer;
}
.news .list ul:hover{
	background-color: #fff9e2;
}
.news .list ul li.list_time{
	width: 75px;
	float: left;
	background: #fff9e2;
	color: #12141a;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0;
}
.news .list ul li.list_time span{
	display: block;
	font-family:"Times New Roman",Georgia;
	width: 60px;
	font-size: 38px;
	line-height: 1em;
	border-bottom: 1px #000000 solid;
	margin: 0 auto;
}
.news .list ul li.list_box{
	width: 570px;
	float: right;	
}
.news .list ul li.list_box h4{
	color: #4e443c;
	font-size: 20px;
	line-height: 40px;
	padding-right: 30px;
	background: url(../images/news_list_inc.png) 550px center no-repeat;
}
.news .list ul li.list_box p{
	color: #898783;
	line-height: 24px;
	margin-bottom: 10px;
	padding-right: 35px;
}
.news .list ul li.list_box img{
	max-width: 100%;
	height: auto !important;
}
.news .list ul li.list_box a{
	color: #96000b;
	font-family: ”\5b8b\4f53″,"宋体";
}
#owl-hot, #owl-info{
	position: relative;
}
#owl-hot .owl-controls, #owl-info .owl-controls{
	width:100%;
	height: 0;
	text-align: center;
	/*margin-top: 20px;*/
	margin-top: 0;
	position:absolute;
	top: 50%;
	left: 0;
	z-index:1;
}
#owl-hot .owl-controls .owl-buttons div, #owl-info .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 19px;
	height: 38px;
	margin: 0;
	padding: 0;
	margin-top: -19px;
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-indent: -1000px;
	overflow: hidden;
}
#owl-hot .owl-prev, #owl-info .owl-prev{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../images/news_hot1.png);
	float: left;
}
#owl-hot .owl-next, #owl-info .owl-next{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url(../images/news_hot2.png);
	float: right;
}
.news .hot dl{
	width: 100%;
	padding-bottom: 30px;
}
.news .hot dl dt{
	height: 18px;
	overflow: hidden;
	margin: 24px 0 16px 0;
	border-left:4px #96000b solid ;
	font-size: 18px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	line-height: 18px;
	text-indent: 5px;
}
.news .hot dl dd{
	width: 100%;
	border-top: 1px #ddddde solid;
	padding: 5px 0;
	line-height: 24px;
	text-align: right;
	position: relative;
}
.news .hot dl dd a{
	display: block;
	width: 250px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	color: #000000;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .hot dl dd em{
	display: none;
	width: 5px;
	height: 9px;
	background: url(../images/news_hot_inc.png);
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -4px;
}
.news .hot dl dd:hover em{
	display: block;
}
.news .hot dl dd a:hover{
	color: #96000b;
}
.news_page{
	width: 1000px;
	text-align: right;
	margin: 30px auto;
	padding: 30px 0;
}
.news_page a,.news_page span{
	margin-right:3px;
	padding: 1px 8px;
	font-size: 14px;
	color: #221815;
	border: #96000b 1px solid;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.news_page span.current, .news_page a:hover{
	color: #FFFFFF;
	background: #96000b;
	text-decoration: none;
}
.body_hide{
	overflow: hidden;
}
.news_info{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: auto;
}
.news_info .info_main{
	width: 100%;
	min-width: 1060px;
	width: expression_r(document.body.clientWidth < 1060? "1060px": "100%" );
	height: 100%;
	min-height: 608px;
	height: expression_r(document.body.clientHeight < 608? "608px": "100%" );
	position: relative;
	background: url(../images/black_bk.png);
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}
.news_info .info_main .boxbk{
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}
.news_info .info_main .box{
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 590px;
	margin-top: -295px;
	margin-left: -480px;
	z-index: 10;
}
.news_info .info_main .close{
	display: block;
	width: 40px;
	height: 40px;
	background: #661b18;
	top: 0;
	left: 960px;
	position: absolute;
}
.news_info .info_main .close:hover{
	background: #980600;
}
.news_info .info_main .info{
	width: 960px;
	height: 590px;
	background: #FFFFFF;
}
#owl-info{
	width: 490px;
	border: #e9e9e9 1px solid;
	float: left;
	margin-left: 30px;
	margin-top: 60px;
	overflow: auto;
}
#owl-info .item{
	padding: 2px;
}
#owl-info .item img{
	display: block;
	max-width: 100%;
	max-height: 400px;
	height: auto !important;
	margin: 0 auto;
}
#owl-info .item div{
	display: none;
}
.news_info .info_main .info .title_box{
	width: 490px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	color: #727171;
	text-align: center;
}
.news_info .info_main .info .txt{
	width: 360px;
	height: 490px;
	margin-right: 30px;
	margin-top: 50px;
	float: right;
}
.news_info .info_main .info .txt h1{
	font-size: 24px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	line-height: 40px;
}
.news_info .info_main .info .txt em{
	display: block;
	font-size: 12px;
	line-height: 30px;
	font-style: normal;
	margin-bottom: 20px;
}
.news_info .info_main .info .txt p{
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #727171;
}
.case{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
	min-height:200px;
}
.case ul{
	width: 1020px;
	overflow: hidden;
}
.case ul li{
	width: 320px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
}
.case ul li img{
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
.case ul li h6{
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 0;
	font-weight: normal;
}
.page-loading{
	display: none;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.page-loading img{
	vertical-align:middle;
}
#page-nav{
	display: none;
}
.case_box{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10000;
}
.case_box .loading{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
}
.case_box .pic{
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;	
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.case_box .pic img.bigPic{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.case_box .pic a{
	display: block;
	width: 40px;
	height: 40px;
	background: #661b18 url(../images/news_info_close.png);
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 1;
	overflow: hidden;
}
.case_box .pic a:hover{
	background-color: #980600;
}
/*品牌市场*/
.network{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/yu2.png) right bottom no-repeat;
	padding-bottom: 110px;
	position: relative;
}
.network h1, .network h4{
	font-size: 28px;
	line-height: 40px;
	color: #292a2e;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 600px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px #d8d8d8 solid;
	margin-bottom: 30px;
}
.network h1 em, .network h4 em{
	display: block;
	font-size: 20px;
	color: #de0000;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
}
.network p{
	font-size: 16px;
	line-height: 24px;
	color: #787878;
	margin-bottom: 10px;
}
.contact{
	width: 616px;
	height: 207px;
	background: url(../images/contact_bk.png);
	margin: 45px auto;
}
.contact h5{
	font-size: 36px;
	color: #000000;
	font-family:"Times New Roman",Georgia;
	font-weight: normal;
	text-align: center;
	padding: 25px 0;
	padding-bottom: 10px;
}
.contact p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #000000;
}
.message{
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
.message dl{
	border: #d5d5d5 2px solid;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
}
.message dl dt{
	width: 52px;
	height: 19px;
	line-height: 19px;
	margin: 7px 0;
	text-align: center;
	border-right: #b0b0b0 1px solid;
	overflow: hidden;
	float: left;
}
.message dl dd{
	width: 520px;
	height: 35px;
	overflow: hidden;
	margin-left: 10px;
	float: left;
}
.message dl dd input{
	width: 520px;
	height: 35px;
	font-size: 14px;
	line-break: 35px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.message dl.txt dd{
	width: 533px;
	height: auto;
}
.message dl.txt dd textarea{
	width: 100%;
	height: 120px;
	font-size: 16px;
	line-height: 24px;
	background: none;
	border: none;
	margin: 0;
	padding: 5px 0;
}
.message ul{
	width: 600px;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.message ul li{
	float: right;
	color: #b0b0b0;
	margin-left: 10px;
	line-height: 26px;
}
.message ul li input{
	width: 100px;
	height: 26px;
	background: #efefef;
	border: none;
	margin: 0;
	padding: 0;
}
.message ul li .bt{
	width: 100px;
	height: 40px;
	font-size: 18px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	background: none;
	border: #d5d5d5 2px solid;
	margin: 0;
	padding: 0;
}
.contactBox{
	width: 57px;
	height: 190px;
	position: absolute;
	right: 0;
	top: 460px;
	background: url(../images/contact.png) 0 0 no-repeat;
}
.contactBox a{
	display: block;
	width: 57px;
	height: 63px;
	position: relative;
}
.contactBox a p{
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	left: -120px;
	top: -57px;
}
.contactBox a:hover p{
	display: block;
}
.contactBox a p img{
	width: 120px;
	height: 120px;
}
/*下载*/
.serchbox{
	width: 1000px;
	margin: 50px auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.serchbox div{
	float: left;
	border: #96000b 1px solid;
	padding: 0 5px;
	overflow: hidden;
}
.serchbox div input{
	width: 200px;
	height: 28px;
	line-height: 28px;
	float: left;
	border: none;
	background: none;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.serchbox div .bt{
	width: 28px;
	height: 28px;
	text-indent: -100px;
	background: url(../images/serchbt.png) center center no-repeat;
	float: left;
}
.downlist{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.downlist ul{
	width: 1060px;
	overflow: hidden;
}
.downlist ul li{
	width: 300px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 50px;
	position: relative;
}
.downlist ul li img{
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
.downlist ul li h6{
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #221815;
	text-align: center;
	padding: 8px 0;
	font-weight: normal;
	text-align: left;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.downlist ul li h6 em{
	display: block;
	height: 24px;
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-style: normal;
	font-weight: bold;
	padding-right: 10px;
	margin-right: 10px;
	border-right: #003b02 1px solid;
	font-family:"Hiragino Sans GB","Century Gothic",Helvetica,Georgia,Arial,”\5b8b\4f53″,"宋体",sans-serif,"Microsoft YaHei","微软雅黑";
}
.downlist ul li a{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: right;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
	color: #221815;
	text-decoration: underline;
}
/*产品展示*/
.pro_wa{
	width: 100%;
	margin: 0 auto;
	height: 40px;
	position: relative;
}
.pro_wa .box{
	width: 100%;
	height: 61px;
	background: url(../images/proWapian.png) repeat-x;
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 1000;
}
.pro{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.pro .menu{
	width: 142px;
	float: left;
}
.pro .menu a{
	display: block;
	width: 142px;
	height: 29px;
	background: url(../images/pro_menu.png);
	margin-bottom: 7px;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #221815;
	font-weight: bold;
}
.pro .menu a.cur{
	background: url(../images/pro_menu_cur.png);
	color: #fff;
}
.pro .menu a:hover{
	background-color:#b8b8b8 ;
	color: #FFFFFF;
	text-decoration: none;
}
.pro .menu a.cur:hover{
	background-color: #ff928a;
}
.pro .list{
	width: 858px;
	float: left;
}
.pro .list ul li{
	width: 264px;
	margin-left: 22px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}
.pro .list ul li span{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 3px;
	border-bottom: 1px #000 solid;
}
.pro .list ul li a{
	display: block;
	width: 260px;
	height: 220px;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	/*-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
	background: #FFFFFF;*/
}
.pro .info{
	width: 840px;
	float: right;
	padding-bottom: 60px;
}
.pro .info ul{
	border: 3px #929292 solid;
	padding: 10px;
}
.pro .info ul li{
	border: 1px #929292 solid;
}
.pro .info ul li img{
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 10px auto;
}
.pro .info ul li h1{
	display: block;
	font-size: 18px;
	color: #edaa3b;
	text-align: center;
	font-weight: bold;
}
.pro .info ul li p{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #96000b;
	text-align: center;
	padding: 10px;
}
.pro .info .pro_page{
	width: 170px;
	margin: 0 auto;
	margin-top: 20px;
}
.pro .info .pro_page a{
	display: block;
	width: 75px;
	height: 25px;
	color: #000000;
	font-size: 16px;
	float: left;
	line-height: 25px;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.pro .info .pro_page a.btl{
	text-align: right;
	background: url(../images/probtL.png) left center no-repeat;
}
.pro .info .pro_page a.btr{
	background: url(../images/probtR.png) right center no-repeat;
	margin-left: 20px;
}
/*公共样式--路径*/
.path_box{
	width: 1000px;
	height: 40px;
	line-height: 40px;
	font-family: ”\5b8b\4f53″,"宋体";
	font-size: 14px;
	color: #7b7b7b;
	text-indent: 20px;
	margin: 45px auto;
	margin-bottom: 30px;
	background: url(../images/path_inc.png) left center no-repeat;
	border-bottom: 1px #000000 solid;
	position: relative;
}
.path_box .box{
	width: 230px;
	height: 30px;
	border: #7b7b7b 1px solid;
	position: absolute;
	right: 0;
	bottom: 10px;
	overflow: hidden;
}
.path_box .box input{
	width: 170px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	float: left;
	border: none;
	background: none;
	font-family:"Hiragino Sans GB","Century Gothic","Microsoft YaHei","微软雅黑","Microsoft JhengHei",STHeiti,MingLiu;
}
.path_box .box .bt{
	width: 40px;
	height: 21px;
	margin-top: 4px;
	margin-right: 10px;
	text-indent: -100px;
	background: url(../images/serchProbt.png) center center no-repeat;
	border-right:#7b7b7b 1px solid ;
	float: left;
}


.floatbox { width:482px; height:145px; overflow:hidden; position:fixed; right:-442px; top:50%; z-index:10; margin-top:-70px;}
.floatbox div { width:14px; height:145px; overflow:hidden; float:left; background:rgba(201,201,201,.6); font-size:14px; font-family:"微软雅黑"; padding:13px; line-height:17px; cursor:pointer; color:#a40000;}
.floatbox a { width:145px; height:145px; overflow:hidden; float:left; margin-right:2px; display:block; float:left;}